@import url("https://use.typekit.net/jjt8tot.css");

html{
     margin: 0;
  padding: 0;
  box-sizing: border-box;


}

body{
   font-family: "omnes-pro", sans-serif;
    margin: 0;
    background-color: #FAF3DD;
    color: #6A040F;  
    
}

h1, h2, h3, h4, h5, h6{ 
    font-family: "omnes-pro", sans-serif;
    font-weight: 700;
    font-style: normal;}
p{
    font-family: "omnes-pro", sans-serif;
    font-weight: 400;
    font-style: normal;}
.button {font-family: "omnes-pro", sans-serif;
    font-weight: 700;
    font-style: normal;}
a{
    font-family: "omnes-pro", sans-serif;
    font-weight: 700;
    font-style: normal;}
        
    
nav{
    background-color: #351303;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.5em;
    padding: 1rem 2rem;
}
.logo{
    display: block;
    height:60px;
    width: auto;  
    margin-right: 52rem; 
    
}

nav .links{
    display: inline-flex;
    align-items: center;
    gap: 2rem;
    color:#FAF3DD;
    transition: all 0.2s ease-in-out;
    

}
nav a{
    color:#FAF3DD;
    text-decoration: none;
    font-size: 1.4em;
    }

nav a:hover{
    color:#F3722C ;
    transition: all 0.2s ease-in-out;
}

.join{
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 2rem;
    font-size: 1.5em;
    margin: 0 10rem;
}

 h1{
        color:#F3722C ;   
    }

 p{
    color:#351303 ;
}

.button{
    background-color: #351303 ;
    color: #F3722C;
    padding: 1rem 2rem;
    font-size: 1.2em;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 2rem;
    display: inline-block;
  
}

.oranje{
    position: absolute;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    top: 300px;
    margin-left: -100px;
    gap: 2rem;

}

.blauw{
    position: absolute;
    top: 150px;
    right: 50px;
    width: 120px;
    height: 120px;
    margin-right: -100px;
}

.maskotte{
    display: block;
    margin: 0;
    width: 300px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    
}

.wie{
    text-align: left;
    margin: 0 ;
    margin-bottom: 5rem;
    position: relative;
    padding: 4rem 6rem;
    max-width: 900px;
}

h2{
    color:#F3722C ;   
    margin-bottom: 1rem;
    font-size: 2.2em;
}
p{
    color:#351303 ;
    font-size: 1.5em;}

.oranjeb{
    position: absolute;
    border-radius: 50%;
    width: 500px; 
    height: 500px;
    top: 600px;     
    right: 10px;
    margin-right: -100px;         
}

.hoe{
  text-align: left ;
  display: flex;
  flex-direction: column;
  margin-left: 50rem;
}

.hoe h2{
    color:#F3722C ;   
    margin-bottom: 1rem;
    font-size: 2.2em;
}

.hoe h3{
    color: #351303 ;   
    margin-bottom: 1rem;
    font-size: 1.8em;
}
.hoe p{
    color:#351303 ;
    font-size: 1.5em;
    margin-bottom: 2rem;
}

.caprisunn {
     position: absolute;
    border-radius: 50%;
    width: 500px;
    height: 500px;
    top: 1400px;
    margin-left: 100px;
    gap: 2rem;
}

.blauwbo{
    position: absolute;
    top: 1700px;
    margin-left: 300px;
    width: 250px;
    height: 250px;
    margin-right: -100px;
}

.oranjebo{
    position: absolute;
    top: 1300px;
    margin-left: 2px;
    width: 400px;
    height: 400px;
    margin-right: -100px;
}

.evenement{
   text-align: left;
    margin: 0 ;
    margin-bottom: 1rem;
    position: relative;
    padding: 4rem 6rem;
    max-width: 700px;
}

.capri{
    position: absolute;
    top: 2000px;
    width: 500px;
    height: 650px;
    right: 100px;
}

.oranjebol{
    position: absolute;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    top: 2350px;     
    right: 20px;
    margin-right: -100px;  
          
}   

.blauwbol{
    position: absolute;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    top: 2270px;     
    margin-left: -40px;
          
}
 
.levend{
   text-align: left;
    margin: 0 ;
    position: relative;
    padding: 4rem 6rem;
    max-width: 700px;
}

.blauwboll{
    position: absolute;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    top: 2700px;     
    right: 20px;
    margin-right: -100px;  
          
}

.oranjeboll{
    position: absolute;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    top: 3100px;     
    margin-right: 10px;  
          
}

.Merch h2 {
  text-align: center;
  color: #ff7a00;
  margin-bottom: 40px;

}

.merch-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.Card {
  background-color: #ffcc4d;
  border-radius: 20px;
  padding: 20px;
  text-align: center;

  display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    
}

.Card h3 {
  color: #ff7a00;
  font-size: 18px;
  margin-bottom: 15px;
}


.Card img {
  max-width: 100%;
  height: 160px;
  object-fit: contain;
  border-radius: 15px;
  padding: 10px;
}

.btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background-color: #ff4d4d;
  color:#351303;
  text-decoration: none;
  border-radius: 20px;
  font-size: 14px;
}

.lid{
    text-align: left ;
    margin: 0 ;
    position: relative;
    padding: 4rem 6rem;
    max-width: 900px;
}

.blauwbolle{
    position: absolute;
    top: 3500px;
    margin-left: 1300px;
    width: 250px;
    height: 250px;
    margin-right: -100px;
}

.formulier h2{
    color:#F3722C ;   
    font-size: 2.2em;
    margin: 0 ;
    position: relative;
    padding: 2rem 6rem;
    max-width: 900px;
    margin-left: 700px;
    
}

form {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 12px;
  max-width: 600px;
    margin-top: 20px;
    margin-left: 800px;
}


label {
    font: omnes semiCond;
    font-weight: bold;
}


input {
  height: 36px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #ccc;
}


input:focus {
  border-color: #351303;
  
}


button {
  grid-column: 2;
  margin-top: 20px;
  padding: 20px;
  background-color:#351303 ;
  color: #F3722C;
  border: none;
  border-radius: 10px;
font-size: 18px;
   font: omnes semiCond;
}

.maskotteform{
  position: absolute;
    top: 4050px;
    margin-left: 1300px;
    width: 400px;
    height: 500px;
    margin-left: 100px;
}
    
.goodiebag{   
    background-color: #ccc; 
    text-align: left ;
    margin: 0 ;
    position: relative;
    padding: 4rem 6rem;
    margin-top: 50px;
}

.goodiebag p{
    max-width: 700px;
}

.buttonlid{
    background-color: #351303 ;
    color: #F3722C;
    padding: 1rem 2rem;
    font-size: 1.2em;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 2rem;
    display: inline-block;
    margin-left: 1000px;
}

.logogroot{
    position: absolute;
    top: 4700px;
    margin-left: 1050px;
    width: 150px;
    height: 150px;
    margin-right: -100px;
}

.logoklein{
    position: absolute;
    top: 4850px;
    margin-left: 1125px;
    width: 100px;
    height: 100px;
    margin-right: -100px;
}

.maskottesticker{
    position: absolute;
    top: 4700px;
    margin-left: 1220px;
    width: 200px;
    height: 200px;
    margin-right: -100px;
}

.stickermc{
    position: absolute;
    top: 4800px;
    margin-left: 900px;
    width: 200px;
    height: 200px;
    margin-right: -100px;
}

.footerinfo{
    background-color: #351303;
    color: #FAF3DD;
    padding: 2rem 4rem;
    justify-content: space-evenly;
    display: flex;
    flex-direction: row;
    
}
.footerinfo h3{
    color: #F3722C;
    font-size: 1.8em;

}
.footerinfo h2{
    color: #F3722C;
    font-size: 1.5em;
}
.footerinfo p{
    color: #FAF3DD;
    font-size: 1.2em;
    max-width: 400px;
}
.quicklinks{
    display: flex;
    flex-direction: column;
    text-align: left;
    
}
.quicklinks ul{
    list-style-type: none;
}

.quicklinks a{
    text-decoration: none;
    color: #FAF3DD;
    font-size: 1.2em;
}

.quicklinks a:hover{
    color:#F3722C ;
    transition: all 0.2s ease-in-out;
}

.quicklinks h2{
    color: #F3722C;
    font-size: 1.5em;
    margin-bottom: 1rem;
    margin-left: 35px;
}

.contact{
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-left: 150px;
}

.copyright{
    text-align: center;
    background-color: #F3722C;
    color: #FAF3DD;
    padding: 1rem 0;
    margin-top: 0;
}











        


